home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
menus
/
vbcntx
/
frmmenu.frm
< prev
Wrap
Text File
|
1995-11-12
|
1KB
|
44 lines
VERSION 4.00
Begin VB.Form frmMenu
Caption = "Menus"
ClientHeight = 555
ClientLeft = 1650
ClientTop = 2145
ClientWidth = 2190
Height = 1245
Left = 1590
LinkTopic = "Form2"
ScaleHeight = 555
ScaleWidth = 2190
ShowInTaskbar = 0 'False
Top = 1515
Width = 2310
Begin VB.Menu mnuPop
Caption = "Popup"
Begin VB.Menu mPopOpen
Caption = "&Open"
End
Begin VB.Menu mSep1
Caption = "-"
End
Begin VB.Menu mPopMove
Caption = "&Move"
End
Begin VB.Menu mPopCopy
Caption = "&Copy"
End
Begin VB.Menu mPopDelete
Caption = "&Delete"
End
Begin VB.Menu mSep2
Caption = "-"
End
Begin VB.Menu mPopProperties
Caption = "&Properties..."
End
End
End
Attribute VB_Name = "frmMenu"
Attribute VB_Creatable = False
Attribute VB_Exposed = False